home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / guvenlik / syslinux-3.07.exe / menu / syslinux.h < prev   
Encoding:
C/C++ Source or Header  |  2004-02-03  |  273 b   |  14 lines

  1.  
  2. #ifndef _SYSLINUX_H_
  3. #define _SYSLINUX_H_
  4.  
  5. extern int syslinux;        /* Syslinux flag */
  6.  
  7. int issyslinux(void);        /* Check if syslinux is running */
  8.  
  9. void runcommand(const char *cmd); /* Run specified command */
  10.  
  11. void gototxtmode(void);        /* Change mode to text mode */
  12.  
  13. #endif
  14.